home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
res
/
description
/
Obezier.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
252b
|
14 lines
#ifndef _Obezier_H_
#define _Obezier_H_
enum
{
BEZIEROBJECT_SUBRX = 1000,
BEZIEROBJECT_SUBRY = 1001,
BEZIEROBJECT_SUBX = 1002,
BEZIEROBJECT_SUBY = 1003,
BEZIEROBJECT_CLOSEX = 1004,
BEZIEROBJECT_CLOSEY = 1005
};
#endif